home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 May / PCWorld_2000-05_cd.bin / Software / TemaCD / povray / povwin3.exe / %MAINDIR% / Insert Menu / Textures A-M / brick pattern.txt < prev    next >
Encoding:
Text File  |  2000-04-06  |  182 b   |  8 lines

  1. // texture pigment/normal pattern
  2.   pigment
  3.   {
  4.     brick      color Red, color Gray
  5.     brick_size <2,1,1>   // size of brick
  6.     mortar     0.2       // width of mortar
  7.   }
  8.